home *** CD-ROM | disk | FTP | other *** search
/ Ultra 33 Video Bundle / Ultra 33 Video Bundle - Disc 3.iso / graphics / search.dir / 00001_Script_1
Text File  |  1999-12-31  |  405b  |  11 lines

  1. on startmovie
  2.   if the freebytes < 200 * 1024 then
  3.     alert "Not enough FREE memory to run this program.  Either free up memory or view videos through the Media Player found in your Four Pack Program Group.  Click OK then QUIT"
  4.   end if
  5.   
  6.   append the searchpath, the pathname & "video"
  7.   append the searchpath, the pathname & "sounds"
  8.  append the searchpath, the pathname & "graphics"  
  9. end
  10.  
  11.